Deprecated Adapter Redis Methods
The following methods were deprecated in adapter-redis
. As a whole, this adapter is also being deprecated and will be removed as part of the packaged builds in the 2021.2 release. For additional information, please refer to the Itential Open Source repo.
Method | Description | Deprecation Release | Scheduled Removal Release | Replacement |
---|---|---|---|---|
stash | Save data for a given key. | 2020.2 | 2021.2 | See Itential Open Source Redis Adapter |
fetch | Get data for a given key. | 2020.2 | 2021.2 | See Itential Open Source Redis Adapter |
fetchAll | Get all data for any key within a specific grouping. | 2020.2 | 2021.2 | See Itential Open Source Redis Adapter |
purge | Delete all data for a given key within a specific grouping. | 2020.2 | 2021.2 | See Itential Open Source Redis Adapter |
purgeAll | Delete all data for any key within a specific grouping. | 2020.2 | 2021.2 | See Itential Open Source Redis Adapter |